reflect.rtype.String (method, view implemented interface methods)

22 uses

	reflect (current package)
		map_swiss.go#L24: 		panic("reflect: Key of non-map type " + t.String())
		type.go#L569: func (t *rtype) String() string {
		type.go#L585: 		panic("reflect: Bits of non-arithmetic Type " + t.String())
		type.go#L697: 	s := t.String()
		type.go#L718: 		panic("reflect: ChanDir of non-chan type " + t.String())
		type.go#L742: 		panic("reflect: Field of non-struct type " + t.String())
		type.go#L750: 		panic("reflect: FieldByIndex of non-struct type " + t.String())
		type.go#L758: 		panic("reflect: FieldByName of non-struct type " + t.String())
		type.go#L766: 		panic("reflect: FieldByNameFunc of non-struct type " + t.String())
		type.go#L774: 		panic("reflect: Len of non-array type " + t.String())
		type.go#L782: 		panic("reflect: NumField of non-struct type " + t.String())
		type.go#L790: 		panic("reflect: In of non-func type " + t.String())
		type.go#L798: 		panic("reflect: NumIn of non-func type " + t.String())
		type.go#L806: 		panic("reflect: NumOut of non-func type " + t.String())
		type.go#L814: 		panic("reflect: Out of non-func type " + t.String())
		type.go#L822: 		panic("reflect: IsVariadic of non-func type " + t.String())
		type.go#L836: 	panic("reflect: OverflowComplex of non-complex type " + t.String())
		type.go#L847: 	panic("reflect: OverflowFloat of non-float type " + t.String())
		type.go#L858: 	panic("reflect: OverflowInt of non-int type " + t.String())
		type.go#L869: 	panic("reflect: OverflowUint of non-uint type " + t.String())
		type.go#L1341: 	s := "*" + t.String()
		type.go#L1932: 	return toRType(t).String()